Update to rust master
authorAlex Crichton <alex@alexcrichton.com>
Fri, 6 Feb 2015 07:27:53 +0000 (23:27 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 6 Feb 2015 23:10:05 +0000 (15:10 -0800)
commitee5e24ff8b5ca2933534f3a6b954964fb547cec5
tree6c633a71f56a96fe4192fc5cfd37c8bddb612c04
parentdfd4868c0993f3a0ad24ae6032d05c8142c5596e
Update to rust master
36 files changed:
Cargo.lock
src/bin/bench.rs
src/bin/cargo.rs
src/bin/run.rs
src/bin/test.rs
src/cargo/lib.rs
src/cargo/ops/cargo_new.rs
src/cargo/ops/cargo_package.rs
src/cargo/ops/cargo_run.rs
src/cargo/ops/cargo_rustc/compilation.rs
src/cargo/ops/cargo_rustc/engine.rs
src/cargo/ops/cargo_rustc/mod.rs
src/cargo/ops/cargo_test.rs
src/cargo/ops/registry.rs
src/cargo/util/config.rs
src/cargo/util/errors.rs
src/cargo/util/important_paths.rs
src/cargo/util/paths.rs
src/cargo/util/process_builder.rs
src/cargo/util/profile.rs
src/cargo/util/toml.rs
src/rustversion.txt
tests/support/mod.rs
tests/support/paths.rs
tests/test_cargo.rs
tests/test_cargo_bench.rs
tests/test_cargo_build_lib.rs
tests/test_cargo_compile.rs
tests/test_cargo_compile_custom_build.rs
tests/test_cargo_compile_plugins.rs
tests/test_cargo_cross_compile.rs
tests/test_cargo_new.rs
tests/test_cargo_profiles.rs
tests/test_cargo_run.rs
tests/test_cargo_test.rs
tests/tests.rs